A Rprof function for use with parallel codes executed in the batch SPMD style.
comm.Rprof(filename = "Rprof.out", append = FALSE, interval = 0.02,
memory.profiling = FALSE, gc.profiling = FALSE,
line.profiling = FALSE, numfiles = 100L, bufsize = 10000L,
all.rank = .pbd_env$SPMD.CT$Rprof.all.rank,
rank.Rprof = .pbd_env$SPMD.CT$rank.source,
comm = .pbd_env$SPMD.CT$comm)
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
as in Rprof()
.
if calling Rprof on all ranks (default = FALSE).
rank for calling Rprof if
all.rank = FALSE
(default = 0).
a communicator number.
Wei-Chen Chen wccsnow@gmail.com, George Ostrouchov, Drew Schmidt, Pragneshkumar Patel, and Hao Yu.
as in Rprof()
.
Programming with Big Data in R Website: https://pbdr.org/